home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / business / lhpeds31.zip / LHMAN07.DOC < prev    next >
Text File  |  1996-05-23  |  31KB  |  799 lines

  1.                                                                          74
  2.  
  3.  
  4.  
  5.  
  6.                          TECHNICAL CONSIDERATIONS
  7.  
  8.         This section of the manual will discuss various technical
  9.         considerations and pointers relevant to LEHIPEDS.
  10.  
  11.       << KEYBOARD LOCK PROBLEMS >>
  12.  
  13.         Some modules may have problems with the keyboard locking up
  14.         periodically. This seems especially likely to occur in the Main
  15.         Module, Lehipeds. This problem often can be solved by using the L
  16.         switch with your executable file. The command to run Lehipeds with
  17.         the L switch would be:
  18.  
  19.                                 LEHIPEDS /L
  20.  
  21.         In fact, we recommend you use the L switch with Lehipeds.exe as
  22.         the default. You probably will not need it for the other modules.
  23.  
  24.  
  25.       << LOADFIX >>
  26.  
  27.         Loadfix.com is a DOS command to load a program above the first 64K
  28.         of conventional memory. Some programs will not successfully load
  29.         into the first 64K especially if you have device drivers loaded
  30.         into the upper memory area. What does all this gobbledygook mean?
  31.         It means your program won't run and you will get an error message
  32.         similar to one of the following:
  33.  
  34.                       - packed file corrupt
  35.  
  36.                       - illegal format in loadable file
  37.  
  38.         The LEHIPEDS modules most likely to require Loadfix are Lehiutil,
  39.         Lehicstm, Lehibak, Lehinubk. The command to run one of these
  40.         modules with Loadfix would be:
  41.  
  42.                             LOADFIX LEHIUTIL
  43.  
  44.         You should only use Loadfix if necessary because it takes up
  45.         additional memory, about 26K.
  46.  
  47.         The problem becomes more complex. The DOS version that ships with
  48.         Windows 95 does not include Loadfix. We developed a similar
  49.         utility called Lload.exe. This appears to run with all DOS
  50.         versions; it is distributed with LEHIPEDS. The command to run a
  51.         module with Lload would be:
  52.  
  53.                             LLOAD LEHIUTIL
  54.  
  55.         Lload also takes up about 26K of memory. Use it only if needed.
  56.  
  57.         
  58.                                                                          75
  59.  
  60.  
  61.  
  62.  
  63.       << MORE ABOUT EDMENU >>
  64.  
  65.         If you run LEHIPEDS from DOS, Edmenu.bat provides a convenient
  66.         means of tying the modules together in a low memory menu system.
  67.         You are free to edit this menu to suit your own needs.
  68.  
  69.         ******************************************************************
  70.         If you have shareware disks for our program, you may pass them on
  71.         to other potential users. However, the files must be in the
  72.         original condition. Make sure you only pass on the original,
  73.         unedited version of Edmenu.bat.
  74.         ******************************************************************
  75.  
  76.         If you look at Edmenu.bat in a text editor, you will note that it
  77.         is a very simple batch file requiring only a rudimentary knowledge
  78.         of batch file programming. It uses 2 screen files, Menu.scr and
  79.         Emhelp.scr; and a utility, Cue.com, which are distributed with
  80.         our program.
  81.  
  82.         You can use Edmenu.bat to program Lload in or out for a particular
  83.         module. For each module both commands are included; you "rem out"
  84.         the one you don't want. For example, to run Lehiutil with Lload,
  85.         use the following code:
  86.  
  87.                            :F5
  88.                            cls
  89.                            c:
  90.                            cd \pedbase
  91.                            rem lehiutil
  92.                            lload lehiutil
  93.                            goto START
  94.  
  95.         To run Lehiutil without Lload use the following code:
  96.  
  97.                            :F5
  98.                            cls
  99.                            c:
  100.                            cd \pedbase
  101.                            lehiutil
  102.                            rem lload lehiutil
  103.                            goto START
  104.  
  105.         More advanced users can really get fancy with Edmenu.bat. You can
  106.         add a second page to your menu system by editing a copy of
  107.         Menu.scr. One of the options on page 1 would be to call page 2 of
  108.         the menu. Page 2 could have options (using the same function keys)
  109.         to call your word processor, spreadsheet, etc. The only limit is
  110.         your imagination.
  111.  
  112.  
  113.  
  114.         
  115.                                                                          76
  116.  
  117.  
  118.  
  119.  
  120.       << MORE ABOUT MICROSOFT WINDOWS AND LEHIPEDS >>
  121.  
  122.         Remember that LEHIPEDS is a DOS program. It is therefore initially
  123.         installed in DOS. You do not directly install it in Windows. Once
  124.         installed in DOS, however, the program will run quite nicely
  125.         within the Windows environment.
  126.  
  127.         Most DOS programs require PIF files (program information files) to
  128.         run within Windows 3.x. We distribute PIF files with LEHIPEDS. As
  129.         noted above, some of our modules often require Lload (or Loadfix)
  130.         to run on certain computer systems. We accordingly programmed the
  131.         following PIF files with Lload: Lehibak.PIF, Lehinubk.PIF,
  132.         Lehicstm.PIF, Lehicaid.PIF, and Lehiutil.PIF.
  133.  
  134.         You, of course, can modify or create new PIF files with the PIF
  135.         Editor in Windows 3.x.
  136.  
  137.         ******************************************************************
  138.         If you have shareware disks for our program, you may pass them on
  139.         to other potential users. However, the files must be in the
  140.         original condition. Make sure you only pass on the original,
  141.         unedited PIF files that came with the program.
  142.         ******************************************************************
  143.  
  144.         Windows 95 does not require PIF files to run DOS programs.
  145.  
  146.         Enough on PIF files!
  147.  
  148.  
  149.                                   . . .
  150.  
  151.  
  152.         We do NOT suggest you run Edmenu.bat from Windows. A better method
  153.         would be do create an icon for each module and click on the
  154.         desired icon.
  155.  
  156.         When running a module in a window (as opposed to full screen
  157.         mode), use the control-menu box (in the upper left hand corner) to
  158.         select a font. The font which seems to be the most readable with
  159.         our program is 10 X 18.
  160.  
  161.         To close a DOS program when you exit Windows, you need to do just
  162.         that; namely close the program as you would in DOS. In the case of
  163.         Lehipeds, you would highlight the exit option from the Main Menu
  164.         and press the Enter_key. If your are running in a Window, you
  165.         cannot exit (as you would in the case of a Windows application)
  166.         by double clicking the control-menu button.
  167.  
  168.  
  169.  
  170.  
  171.         
  172.                                                                          77
  173.  
  174.  
  175.  
  176.       << NETWORKS >>
  177.  
  178.         A discussion of the many network options is beyond the scope of
  179.         this manual. As noted several times, our program is network ready
  180.         and should run on most network systems. You will need to consult
  181.         your network manual for instructions on configuring your network.
  182.  
  183.         Many networks require your executable files to be read-only
  184.         status. This would include files with the extension .EXE, .COM,
  185.         .BAT, and .DEF. Our installation routine recommends and provides
  186.         an option to set these file to read-only status. If you did not
  187.         set them at installation, you can use the DOS Attrib command to do
  188.         so. Consult your DOS manual for details.
  189.  
  190.         ******************************************************************
  191.         TIP: Some network operating systems have their own share command
  192.         to replace the DOS share command. We recommend that you disable
  193.         the network share command. LEHIPEDS works better with the DOS
  194.         share command. Try SHARE.EXE /F:8192 /L:500.
  195.         ******************************************************************
  196.  
  197.  
  198.       << NETUNLOK >>
  199.  
  200.         Sometimes if a network workstation cr